projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5515abd
)
fixes for pr1238. (#1339)
author
tsteven4
<13596209+tsteven4@users.noreply.github.com>
Sat, 14 Sep 2024 13:02:41 +0000
(07:02 -0600)
committer
GitHub
<noreply@github.com>
Sat, 14 Sep 2024 13:02:41 +0000
(07:02 -0600)
shapelib is handled in shapelib.cmake.
CSVFMTS_ENABLED is now unreferenced.
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index c9694b04c487b0706ed898d935c1af178c500cf9..1a9a1df0dc046ec199b52f288ea8060c37e70971 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-339,8
+339,6
@@
target_sources(gpsbabel PRIVATE ${SOURCES} ${HEADERS})
# We don't care about stripping things out of the build. Full monty, baby.
target_compile_definitions(gpsbabel PRIVATE FILTERS_ENABLED)
-target_compile_definitions(gpsbabel PRIVATE SHAPELIB_ENABLED)
-target_compile_definitions(gpsbabel PRIVATE CSVFMTS_ENABLED)
target_link_libraries(gpsbabel PRIVATE ${QT_LIBRARIES} ${LIBS})